home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_25380.txt < prev    next >
Text File  |  1989-08-22  |  2KB  |  95 lines

  1. -- card: 25380 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 25851
  5. -- name: Access Methods P/2
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 1,3
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=478 top=319 right=341 bottom=498
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1401 / 1401
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Prev
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.  
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part contents for background part 5
  34. ----- text -----
  35. 25380
  36.  
  37. -- part contents for background part 21
  38. ----- text -----
  39. Which access method causes nodes to wait a random period of time before rechecking to see if the link is available?
  40.  
  41. -- part contents for background part 23
  42. ----- text -----
  43. a.  CSMA/CA 
  44.      (Carrier Sense, Multiple Access, Collision Avoidance) 
  45.  
  46.  
  47. -- part contents for background part 24
  48. ----- text -----
  49. b.  CSMA/CD
  50.      (Carrier Sense, Multiple Access, Collision Detection)
  51.  
  52.  
  53. -- part contents for background part 25
  54. ----- text -----
  55. c.  Token Passing
  56.  
  57. -- part contents for background part 20
  58. ----- text -----
  59. Practice 1:  Which Access Method?  (1 of 3)
  60.  
  61. -- part contents for background part 34
  62. ----- text -----
  63. Very Good.
  64.  
  65. -- part contents for background part 42
  66. ----- text -----
  67. No.  CSMA/CD relies on collision detection; it does not use random timeouts to avoid collisions.  Please try again.
  68.  
  69.  
  70. -- part contents for background part 36
  71. ----- text -----
  72. No.  Token passing uses a system where each node takes a turn at transmitting and thereby collisions are avoided.  Please try again.
  73.  
  74. -- part contents for background part 22
  75. ----- text -----
  76. Click your choice.
  77.  
  78. -- part contents for background part 39
  79. ----- text -----
  80. The correct answer is (a).  
  81. CSMA/CA (Carrier Sense, Multiple Access, Collision Avoidance) 
  82.  
  83.  
  84. -- part contents for background part 40
  85. ----- text -----
  86. Very Good.
  87.  
  88. -- part contents for background part 57
  89. ----- text -----
  90. 1
  91. 1
  92.  
  93. -- part contents for background part 3
  94. ----- text -----
  95. Access Methods